home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11.lha / ccs-lib / tools / sources / hips / makefile.src
Encoding:
Makefile  |  1993-08-20  |  524 b   |  27 lines

  1. #
  2. # makefile for ccs-lib/tools/sources/hips
  3. #
  4.  
  5. PGMS = \
  6.     addmask.out applylut.out autocollage.out autoextract.out bclean2.out \
  7.     bdwindow.out bin_mask.out bthin.out checkers2.out clip.out \
  8.     disphist_short.out fill_holes.out getobj.out grate.out \
  9.     gray_wedge.out hfant.out hfant_sh.out \
  10.     histoeq2.out hstat.out linesegs.out make_mask.out \
  11.     mls_short.out printxyz.out scale_gray.out
  12.  
  13. OTHERLIBS = -llbl -lhipslbl -lm
  14.  
  15. install:    clean    #$(PGMS)
  16.  
  17. clean:    clean-pgm
  18. clean-all:    clean_all
  19.  
  20. man:
  21.  
  22. doc:
  23.  
  24. pristine:    pristine-pgm
  25.  
  26. FRC:
  27.